Clarify warning when reading tracks/routes.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 1 Nov 2004 02:26:07 +0000 (02:26 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 1 Nov 2004 02:26:07 +0000 (02:26 +0000)
gpsbabel/xcsv.c

index 80f2ff58f65b3894569000eebc15d522a5f8549b..1628ece0dd1684ac8f64e0400d4135ef8e365cc3 100644 (file)
@@ -496,7 +496,7 @@ xcsv_rd_init(const char *fname)
     }
 
     if (global_opts.masked_objective & (TRKDATAMASK|RTEDATAMASK)) {
-       warning(MYNAME "attempting to read %s as a track or route.  Converting to waypoints.\n", fname);
+       warning(MYNAME " attempt to read %s as a track or route, but this module only supports waypoints on read.  Reading as waypoints instead.\n", fname);
     }
 
     xcsv_file.xcsvfp = xfopen(fname, "r", MYNAME);